Git force push to overwrite on remote

git push -f origin myremotebranch
git push -f myprivate master:master
git push -f

Leave a Reply